home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 5
/
BBS in a Box -Volume V (BBS in a Box) (April 1992).iso
/
Files
/
Prog
/
M
/
LSC213.cpt
/
DeskMgr.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1987-09-26
|
306 b
|
22 lines
|
[
TEXT/KAHL
]
/*
* DeskMgr.h
*
* Copyright (c) 1986, 1987 THINK Technologies, Inc.
* These interfaces are based on information copyrighted
* by Apple Computer, Inc., 1985, 1986, 1987.
*
*/
#ifndef _DeskMgr_
#define _DeskMgr_
enum {
undoCmd,
cutCmd = 2,
copyCmd,
pasteCmd,
clearCmd
};
#endif _DeskMgr_